projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e8ed6
)
* s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
author
Jim Blandy
<jimb@redhat.com>
Mon, 14 Jun 1993 15:35:55 +0000
(15:35 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 14 Jun 1993 15:35:55 +0000
(15:35 +0000)
and #define the latter.
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index 2858fec12afa0dfe1422344018dd5eb1b27c7682..b26778c64cf731fe504f8c69f4f1bfa192ebb8c5 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-214,3
+214,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Let's try this out, just in case.
Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */
/* #define SIGNALS_VIA_CHARACTERS */
+
+/* Rob Malouf <malouf@csli.stanford.edu> says:
+ SYSV IPC is standard a standard part of Linux since version 0.99pl10,
+ and is a very common addition to previous versions. */
+#define LIBS_MACHINE -lipc
+#define HAVE_SYSVIPC